﻿2026-06-21T08:38:09.8997507Z Current runner version: '2.335.1'
2026-06-21T08:38:09.9002421Z Runner name: 'hfenduleam'
2026-06-21T08:38:09.9003054Z Runner group name: 'Default'
2026-06-21T08:38:09.9003749Z Machine name: 'HFENDULEAM'
2026-06-21T08:38:09.9006517Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T08:38:09.9008109Z Contents: read
2026-06-21T08:38:09.9008595Z Metadata: read
2026-06-21T08:38:09.9009080Z Packages: read
2026-06-21T08:38:09.9009567Z ##[endgroup]
2026-06-21T08:38:09.9011100Z Secret source: Actions
2026-06-21T08:38:09.9011716Z Prepare workflow directory
2026-06-21T08:38:09.9313455Z Prepare all required actions
2026-06-21T08:38:09.9341308Z Getting action download info
2026-06-21T08:38:10.2654549Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T08:38:10.8504652Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-21T08:38:10.9174764Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-06-21T08:38:10.9175818Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-06-21T08:38:10.9176418Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-06-21T08:38:10.9177007Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-06-21T08:38:10.9177445Z [36;1mexit 0[0m
2026-06-21T08:38:10.9247137Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T08:38:10.9247759Z ##[endgroup]
2026-06-21T08:38:11.2870623Z ##[group]Run actions/checkout@v5
2026-06-21T08:38:11.2871191Z with:
2026-06-21T08:38:11.2871493Z   fetch-depth: 0
2026-06-21T08:38:11.2871809Z   repository: SaberMage/spt-core
2026-06-21T08:38:11.2874695Z   token: ***
2026-06-21T08:38:11.2874993Z   ssh-strict: true
2026-06-21T08:38:11.2875317Z   ssh-user: git
2026-06-21T08:38:11.2875837Z   persist-credentials: true
2026-06-21T08:38:11.2876296Z   clean: true
2026-06-21T08:38:11.2876682Z   sparse-checkout-cone-mode: true
2026-06-21T08:38:11.2877051Z   fetch-tags: false
2026-06-21T08:38:11.2877402Z   show-progress: true
2026-06-21T08:38:11.2877724Z   lfs: false
2026-06-21T08:38:11.2878022Z   submodules: false
2026-06-21T08:38:11.2878349Z   set-safe-directory: true
2026-06-21T08:38:11.2878667Z ##[endgroup]
2026-06-21T08:38:11.4773700Z Syncing repository: SaberMage/spt-core
2026-06-21T08:38:11.4774961Z ##[group]Getting Git version info
2026-06-21T08:38:11.4775631Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T08:38:11.5031948Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T08:38:11.5313282Z git version 2.43.0.windows.1
2026-06-21T08:38:11.5339750Z ##[endgroup]
2026-06-21T08:38:11.5348010Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\bca10f8c-58dc-4705-b1aa-24da3a704b81\.gitconfig'
2026-06-21T08:38:11.5361347Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\bca10f8c-58dc-4705-b1aa-24da3a704b81' before making global git config changes
2026-06-21T08:38:11.5362450Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:38:11.5366193Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T08:38:11.5614376Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T08:38:11.5802596Z https://github.com/SaberMage/spt-core
2026-06-21T08:38:11.5830763Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T08:38:11.5834851Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T08:38:11.6038678Z HEAD
2026-06-21T08:38:11.6273658Z ##[endgroup]
2026-06-21T08:38:11.6277034Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T08:38:11.9853526Z ##[group]Cleaning the repository
2026-06-21T08:38:11.9857380Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T08:38:18.7398939Z Removing target/
2026-06-21T08:38:18.7436994Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T08:38:18.7854078Z HEAD is now at 4e5e7a9 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:38:18.7881336Z ##[endgroup]
2026-06-21T08:38:18.7885155Z ##[group]Disabling automatic garbage collection
2026-06-21T08:38:18.7890148Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T08:38:18.8108463Z ##[endgroup]
2026-06-21T08:38:18.8108888Z ##[group]Setting up auth
2026-06-21T08:38:18.8115443Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:38:18.8338465Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T08:38:19.1862842Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:38:19.2114988Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T08:38:19.5929384Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:38:19.6150525Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T08:38:19.9808943Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T08:38:20.0100512Z ##[endgroup]
2026-06-21T08:38:20.0100915Z ##[group]Fetching the repository
2026-06-21T08:38:20.0107926Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +05ab5aa3fe779749a2d50a539522c4ea9779ec50:refs/remotes/pull/27/merge
2026-06-21T08:38:27.3485922Z From https://github.com/SaberMage/spt-core
2026-06-21T08:38:27.3486346Z    e54bc51..335d96e  wedge-trace-v4                           -> origin/wedge-trace-v4
2026-06-21T08:38:27.3486779Z  + 4e5e7a9...05ab5aa 05ab5aa3fe779749a2d50a539522c4ea9779ec50 -> pull/27/merge  (forced update)
2026-06-21T08:38:27.3606787Z ##[endgroup]
2026-06-21T08:38:27.3607251Z ##[group]Determining the checkout info
2026-06-21T08:38:27.3607587Z ##[endgroup]
2026-06-21T08:38:27.3612786Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T08:38:27.3882597Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T08:38:27.4094622Z ##[group]Checking out the ref
2026-06-21T08:38:27.4099012Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T08:38:27.4477126Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T08:38:27.4477428Z any of your branches:
2026-06-21T08:38:27.4477536Z 
2026-06-21T08:38:27.4477760Z   4e5e7a9 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:38:27.4478091Z 
2026-06-21T08:38:27.4478226Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T08:38:27.4478525Z to do so with:
2026-06-21T08:38:27.4478632Z 
2026-06-21T08:38:27.4478756Z  git branch <new-branch-name> 4e5e7a9
2026-06-21T08:38:27.4478916Z 
2026-06-21T08:38:27.4479196Z HEAD is now at 05ab5aa Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:38:27.4500020Z ##[endgroup]
2026-06-21T08:38:27.4730845Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T08:38:27.4925251Z 05ab5aa3fe779749a2d50a539522c4ea9779ec50
2026-06-21T08:38:27.5183436Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T08:38:27.5184369Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T08:38:27.5184668Z [36;1m$PIN = "0c95435"[0m
2026-06-21T08:38:27.5185053Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T08:38:27.5185444Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T08:38:27.5185890Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T08:38:27.5186421Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T08:38:27.5186759Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T08:38:27.5187074Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T08:38:27.5187333Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T08:38:27.5187688Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T08:38:27.5188206Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T08:38:27.5188454Z [36;1m}[0m
2026-06-21T08:38:27.5188759Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T08:38:27.5189114Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T08:38:27.5260452Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T08:38:27.5260723Z ##[endgroup]
2026-06-21T08:38:28.6125821Z    Compiling proc-macro2 v1.0.106
2026-06-21T08:38:28.6126108Z    Compiling quote v1.0.45
2026-06-21T08:38:28.6126348Z    Compiling unicode-ident v1.0.24
2026-06-21T08:38:28.6126584Z    Compiling cfg-if v1.0.4
2026-06-21T08:38:28.6126785Z    Compiling serde_core v1.0.228
2026-06-21T08:38:28.6126997Z    Compiling serde v1.0.228
2026-06-21T08:38:28.6127311Z    Compiling windows-link v0.2.1
2026-06-21T08:38:28.6127649Z    Compiling typenum v1.20.1
2026-06-21T08:38:28.6127927Z    Compiling portable-atomic v1.13.1
2026-06-21T08:38:28.6128175Z    Compiling getrandom v0.3.4
2026-06-21T08:38:28.6128672Z    Compiling pin-project-lite v0.2.17
2026-06-21T08:38:28.6129039Z    Compiling version_check v0.9.5
2026-06-21T08:38:28.6129443Z    Compiling critical-section v1.2.0
2026-06-21T08:38:28.6129885Z    Compiling shlex v2.0.1
2026-06-21T08:38:28.6131038Z    Compiling find-msvc-tools v0.1.9
2026-06-21T08:38:28.6131407Z    Compiling memchr v2.8.1
2026-06-21T08:38:28.7122259Z    Compiling windows-sys v0.61.2
2026-06-21T08:38:28.7122826Z    Compiling subtle v2.6.1
2026-06-21T08:38:28.7539073Z    Compiling futures-core v0.3.32
2026-06-21T08:38:28.7540180Z    Compiling smallvec v1.15.1
2026-06-21T08:38:28.7710932Z    Compiling equivalent v1.0.2
2026-06-21T08:38:28.8726303Z    Compiling bytes v1.11.1
2026-06-21T08:38:28.9002192Z    Compiling itoa v1.0.18
2026-06-21T08:38:28.9183718Z    Compiling semver v1.0.28
2026-06-21T08:38:28.9365330Z    Compiling stable_deref_trait v1.2.1
2026-06-21T08:38:29.0130089Z    Compiling log v0.4.32
2026-06-21T08:38:29.0229537Z    Compiling futures-io v0.3.32
2026-06-21T08:38:29.0414052Z    Compiling generic-array v0.14.7
2026-06-21T08:38:29.1014430Z    Compiling futures-sink v0.3.32
2026-06-21T08:38:29.1875187Z    Compiling rustc_version v0.4.1
2026-06-21T08:38:29.1937923Z    Compiling slab v0.4.12
2026-06-21T08:38:29.2091251Z    Compiling futures-channel v0.3.32
2026-06-21T08:38:29.2529246Z    Compiling futures-task v0.3.32
2026-06-21T08:38:29.4787108Z    Compiling rustversion v1.0.22
2026-06-21T08:38:29.5116915Z    Compiling hashbrown v0.17.1
2026-06-21T08:38:29.5232752Z    Compiling getrandom v0.2.17
2026-06-21T08:38:29.5397067Z    Compiling cpufeatures v0.2.17
2026-06-21T08:38:29.5798129Z    Compiling fnv v1.0.7
2026-06-21T08:38:29.6599844Z    Compiling libc v0.2.186
2026-06-21T08:38:29.7232205Z    Compiling cfg_aliases v0.2.1
2026-06-21T08:38:29.7359985Z    Compiling strsim v0.11.1
2026-06-21T08:38:29.7375177Z    Compiling rand_core v0.10.1
2026-06-21T08:38:29.7679410Z    Compiling litemap v0.8.2
2026-06-21T08:38:29.8536970Z    Compiling autocfg v1.5.1
2026-06-21T08:38:29.8762473Z    Compiling writeable v0.6.3
2026-06-21T08:38:29.9386672Z    Compiling utf8_iter v1.0.4
2026-06-21T08:38:29.9680747Z    Compiling dunce v1.0.5
2026-06-21T08:38:29.9719109Z    Compiling icu_properties_data v2.2.0
2026-06-21T08:38:30.0647553Z    Compiling jobserver v0.1.34
2026-06-21T08:38:30.0796263Z    Compiling ident_case v1.0.1
2026-06-21T08:38:30.1142960Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T08:38:30.1344710Z    Compiling fs_extra v1.3.0
2026-06-21T08:38:30.1504774Z    Compiling getrandom v0.4.2
2026-06-21T08:38:30.1806226Z    Compiling percent-encoding v2.3.2
2026-06-21T08:38:30.2834584Z    Compiling cc v1.2.63
2026-06-21T08:38:30.4139645Z    Compiling indexmap v2.14.0
2026-06-21T08:38:30.5004925Z    Compiling http v1.4.1
2026-06-21T08:38:30.5066061Z    Compiling crypto-common v0.1.7
2026-06-21T08:38:30.5111713Z    Compiling aws-lc-rs v1.17.0
2026-06-21T08:38:30.5291733Z    Compiling unicode-segmentation v1.13.3
2026-06-21T08:38:30.5685231Z    Compiling thiserror v2.0.18
2026-06-21T08:38:30.7689833Z    Compiling syn v2.0.117
2026-06-21T08:38:30.8576680Z    Compiling cpufeatures v0.3.0
2026-06-21T08:38:30.8586630Z    Compiling scopeguard v1.2.0
2026-06-21T08:38:30.9916589Z    Compiling lock_api v0.4.14
2026-06-21T08:38:30.9960994Z    Compiling chacha20 v0.10.0
2026-06-21T08:38:31.0320459Z    Compiling block-buffer v0.10.4
2026-06-21T08:38:31.0321008Z    Compiling form_urlencoded v1.2.2
2026-06-21T08:38:31.0353866Z    Compiling winapi v0.3.9
2026-06-21T08:38:31.1327484Z    Compiling cmake v0.1.58
2026-06-21T08:38:31.1559488Z    Compiling bitflags v2.12.1
2026-06-21T08:38:31.1592385Z    Compiling untrusted v0.9.0
2026-06-21T08:38:31.1808745Z    Compiling digest v0.10.7
2026-06-21T08:38:31.2174543Z    Compiling rand v0.10.1
2026-06-21T08:38:31.2288129Z    Compiling num-traits v0.2.19
2026-06-21T08:38:31.3058583Z    Compiling windows-strings v0.5.1
2026-06-21T08:38:31.3059099Z    Compiling windows-result v0.4.1
2026-06-21T08:38:31.3349724Z    Compiling heck v0.5.0
2026-06-21T08:38:31.3583635Z    Compiling rustls v0.23.40
2026-06-21T08:38:31.4548926Z    Compiling convert_case v0.10.0
2026-06-21T08:38:31.4549403Z    Compiling anyhow v1.0.102
2026-06-21T08:38:31.4971387Z    Compiling const-oid v0.10.2
2026-06-21T08:38:31.7161867Z    Compiling atomic-waker v1.1.2
2026-06-21T08:38:31.7359104Z    Compiling unicode-xid v0.2.6
2026-06-21T08:38:31.8623091Z    Compiling httparse v1.10.1
2026-06-21T08:38:31.8862374Z    Compiling zerocopy v0.8.50
2026-06-21T08:38:31.9220662Z    Compiling parking_lot_core v0.9.12
2026-06-21T08:38:31.9275165Z    Compiling http-body v1.0.1
2026-06-21T08:38:31.9357510Z    Compiling curve25519-dalek v4.1.3
2026-06-21T08:38:31.9357935Z    Compiling hybrid-array v0.4.12
2026-06-21T08:38:31.9545761Z    Compiling ahash v0.8.12
2026-06-21T08:38:32.1064047Z    Compiling powerfmt v0.2.0
2026-06-21T08:38:32.1959841Z    Compiling either v1.16.0
2026-06-21T08:38:32.2292149Z    Compiling base64ct v1.8.3
2026-06-21T08:38:32.3949523Z    Compiling aws-lc-sys v0.41.0
2026-06-21T08:38:32.4050531Z    Compiling ring v0.17.14
2026-06-21T08:38:32.4078892Z    Compiling fastrand v2.4.1
2026-06-21T08:38:32.5225133Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T08:38:32.5442574Z    Compiling deranged v0.5.8
2026-06-21T08:38:32.5688207Z    Compiling rand_core v0.6.4
2026-06-21T08:38:32.6087347Z    Compiling vcpkg v0.2.15
2026-06-21T08:38:32.6596973Z    Compiling zmij v1.0.21
2026-06-21T08:38:32.7067661Z    Compiling base64 v0.22.1
2026-06-21T08:38:32.8883553Z    Compiling data-encoding v2.11.0
2026-06-21T08:38:32.9042742Z    Compiling num-conv v0.2.2
2026-06-21T08:38:32.9630334Z    Compiling pkg-config v0.3.33
2026-06-21T08:38:33.1075241Z    Compiling tinyvec_macros v0.1.1
2026-06-21T08:38:33.1465117Z    Compiling time-core v0.1.8
2026-06-21T08:38:33.1566287Z    Compiling tower-service v0.3.3
2026-06-21T08:38:33.1657033Z    Compiling try-lock v0.2.5
2026-06-21T08:38:33.1940647Z    Compiling tinyvec v1.11.0
2026-06-21T08:38:33.2098015Z    Compiling parking_lot v0.12.5
2026-06-21T08:38:33.3418114Z    Compiling want v0.3.1
2026-06-21T08:38:33.3826527Z    Compiling crypto-common v0.2.2
2026-06-21T08:38:33.3891288Z    Compiling block-buffer v0.12.0
2026-06-21T08:38:33.4027879Z    Compiling sha2 v0.10.9
2026-06-21T08:38:33.5656384Z    Compiling vergen-lib v9.1.0
2026-06-21T08:38:33.5656852Z    Compiling inout v0.1.4
2026-06-21T08:38:33.6799286Z    Compiling n0-future v0.3.2
2026-06-21T08:38:33.7031415Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T08:38:33.7241360Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T08:38:33.7423853Z    Compiling diatomic-waker v0.2.3
2026-06-21T08:38:33.9164457Z    Compiling crossbeam-utils v0.8.21
2026-06-21T08:38:33.9259372Z    Compiling parking v2.2.1
2026-06-21T08:38:33.9881830Z    Compiling signature v2.2.0
2026-06-21T08:38:34.0769589Z    Compiling serde_json v1.0.150
2026-06-21T08:38:34.0770124Z    Compiling spin v0.10.0
2026-06-21T08:38:34.1273525Z    Compiling cordyceps v0.3.4
2026-06-21T08:38:34.1520286Z    Compiling winnow v1.0.3
2026-06-21T08:38:34.1855358Z    Compiling httpdate v1.0.3
2026-06-21T08:38:34.2041809Z    Compiling digest v0.11.3
2026-06-21T08:38:34.2852244Z    Compiling ed25519 v2.2.3
2026-06-21T08:38:34.3619559Z    Compiling futures-lite v2.6.1
2026-06-21T08:38:34.4080650Z    Compiling futures-buffered v0.2.13
2026-06-21T08:38:34.4458017Z    Compiling cipher v0.4.4
2026-06-21T08:38:34.4834371Z    Compiling vergen-lib v0.1.6
2026-06-21T08:38:34.5165380Z    Compiling synstructure v0.13.2
2026-06-21T08:38:34.5477589Z    Compiling darling_core v0.20.11
2026-06-21T08:38:34.6989284Z    Compiling vergen v9.1.0
2026-06-21T08:38:34.7223284Z    Compiling universal-hash v0.5.1
2026-06-21T08:38:34.8309642Z    Compiling noq-udp v0.10.0
2026-06-21T08:38:34.8935042Z    Compiling heapless v0.7.17
2026-06-21T08:38:34.9548943Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T08:38:34.9734546Z    Compiling sync_wrapper v1.0.2
2026-06-21T08:38:35.0536457Z    Compiling byteorder v1.5.0
2026-06-21T08:38:35.2323951Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T08:38:35.2529283Z    Compiling opaque-debug v0.3.1
2026-06-21T08:38:35.3877852Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T08:38:35.4545882Z    Compiling allocator-api2 v0.2.21
2026-06-21T08:38:35.4590660Z    Compiling hash32 v0.2.1
2026-06-21T08:38:35.5414053Z    Compiling polyval v0.6.2
2026-06-21T08:38:35.7634418Z    Compiling vergen-gitcl v1.0.8
2026-06-21T08:38:35.7730123Z    Compiling spin v0.9.8
2026-06-21T08:38:35.8013382Z    Compiling windows-threading v0.2.1
2026-06-21T08:38:35.8655154Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T08:38:35.8698096Z    Compiling ryu v1.0.23
2026-06-21T08:38:35.9560532Z    Compiling fallible-iterator v0.3.0
2026-06-21T08:38:36.0269877Z    Compiling tower-layer v0.3.3
2026-06-21T08:38:36.0643605Z    Compiling signature v3.0.0
2026-06-21T08:38:36.1612354Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T08:38:36.2932058Z    Compiling windows-targets v0.52.6
2026-06-21T08:38:36.3171084Z    Compiling ghash v0.5.1
2026-06-21T08:38:36.3491548Z    Compiling ctr v0.9.2
2026-06-21T08:38:36.3721490Z    Compiling aes v0.8.4
2026-06-21T08:38:36.3747645Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T08:38:36.4305238Z    Compiling fs2 v0.4.3
2026-06-21T08:38:36.4601146Z    Compiling time v0.3.47
2026-06-21T08:38:36.4960007Z    Compiling http-body-util v0.1.3
2026-06-21T08:38:36.5734302Z    Compiling socket2 v0.6.4
2026-06-21T08:38:36.6929390Z    Compiling mio v1.2.1
2026-06-21T08:38:36.7104688Z    Compiling proc-macro-crate v3.5.0
2026-06-21T08:38:36.7651818Z    Compiling aead v0.5.2
2026-06-21T08:38:36.8325392Z    Compiling ipconfig v0.3.4
2026-06-21T08:38:36.9137648Z    Compiling widestring v1.2.1
2026-06-21T08:38:37.1591859Z    Compiling aes-gcm v0.10.3
2026-06-21T08:38:37.2150784Z    Compiling serde_derive v1.0.228
2026-06-21T08:38:37.2944742Z    Compiling zeroize_derive v1.4.3
2026-06-21T08:38:37.3041934Z    Compiling zerofrom-derive v0.1.7
2026-06-21T08:38:37.3656100Z    Compiling tokio-macros v2.7.0
2026-06-21T08:38:37.3726085Z    Compiling yoke-derive v0.8.2
2026-06-21T08:38:37.4161039Z    Compiling futures-macro v0.3.32
2026-06-21T08:38:37.4327601Z    Compiling zerovec-derive v0.11.3
2026-06-21T08:38:37.6765861Z    Compiling displaydoc v0.2.6
2026-06-21T08:38:37.6847307Z    Compiling tracing-attributes v0.1.31
2026-06-21T08:38:37.7939815Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T08:38:37.9937174Z    Compiling thiserror-impl v2.0.18
2026-06-21T08:38:38.0670462Z    Compiling zeroize v1.8.2
2026-06-21T08:38:38.1602985Z    Compiling tokio v1.52.3
2026-06-21T08:38:38.4085262Z    Compiling rustls-pki-types v1.14.1
2026-06-21T08:38:38.4343196Z    Compiling futures-util v0.3.32
2026-06-21T08:38:38.5470682Z    Compiling darling_macro v0.20.11
2026-06-21T08:38:38.5739714Z    Compiling derive_more-impl v2.1.1
2026-06-21T08:38:38.6636587Z    Compiling n0-error-macros v0.1.3
2026-06-21T08:38:38.8081731Z    Compiling spez v0.1.2
2026-06-21T08:38:38.8163378Z    Compiling windows-implement v0.60.2
2026-06-21T08:38:38.8463341Z    Compiling windows-interface v0.59.3
2026-06-21T08:38:39.0065862Z    Compiling zerofrom v0.1.8
2026-06-21T08:38:39.0815295Z    Compiling darling v0.20.11
2026-06-21T08:38:39.1413619Z    Compiling der v0.8.0-rc.10
2026-06-21T08:38:39.3803461Z    Compiling yoke v0.8.3
2026-06-21T08:38:39.3837147Z    Compiling derive_builder_core v0.20.2
2026-06-21T08:38:39.3899890Z    Compiling pin-project-internal v1.1.13
2026-06-21T08:38:39.4349418Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T08:38:39.7902360Z    Compiling zerovec v0.11.6
2026-06-21T08:38:39.8066905Z    Compiling zerotrie v0.2.4
2026-06-21T08:38:39.8383928Z    Compiling windows-core v0.62.2
2026-06-21T08:38:39.8400874Z    Compiling n0-error v0.1.3
2026-06-21T08:38:40.0888540Z    Compiling ed25519-dalek v2.2.0
2026-06-21T08:38:40.2007784Z    Compiling cobs v0.3.0
2026-06-21T08:38:40.3430376Z    Compiling spki v0.8.0-rc.4
2026-06-21T08:38:40.4853209Z    Compiling tinystr v0.8.3
2026-06-21T08:38:40.5047399Z    Compiling potential_utf v0.1.5
2026-06-21T08:38:40.5144949Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T08:38:40.5232664Z    Compiling windows-collections v0.3.2
2026-06-21T08:38:40.5932406Z    Compiling windows-future v0.3.2
2026-06-21T08:38:40.6757052Z    Compiling icu_locale_core v2.2.0
2026-06-21T08:38:40.6993237Z    Compiling icu_collections v2.2.0
2026-06-21T08:38:40.7116867Z    Compiling derive_builder_macro v0.20.2
2026-06-21T08:38:40.7143088Z    Compiling windows-numerics v0.3.1
2026-06-21T08:38:40.7154883Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T08:38:40.7243826Z    Compiling postcard-derive v0.2.2
2026-06-21T08:38:41.0006210Z    Compiling data-encoding-macro v0.1.20
2026-06-21T08:38:41.0173379Z    Compiling num_enum_derive v0.7.6
2026-06-21T08:38:41.0547033Z    Compiling strum_macros v0.28.0
2026-06-21T08:38:41.0640070Z    Compiling pin-project v1.1.13
2026-06-21T08:38:41.2349663Z    Compiling enum-assoc v1.3.0
2026-06-21T08:38:41.2457961Z    Compiling derive_builder v0.20.2
2026-06-21T08:38:41.3185820Z    Compiling windows v0.62.2
2026-06-21T08:38:41.3528258Z    Compiling futures-executor v0.3.32
2026-06-21T08:38:41.5204566Z    Compiling futures v0.3.32
2026-06-21T08:38:41.5836259Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T08:38:41.6486133Z    Compiling icu_provider v2.2.0
2026-06-21T08:38:41.7706052Z    Compiling async-trait v0.1.89
2026-06-21T08:38:41.9302561Z    Compiling icu_properties v2.2.0
2026-06-21T08:38:42.0955696Z    Compiling icu_normalizer v2.2.0
2026-06-21T08:38:42.2297389Z    Compiling ipnet v2.12.0
2026-06-21T08:38:42.4844364Z    Compiling tokio-util v0.7.18
2026-06-21T08:38:42.5249398Z    Compiling prefix-trie v0.8.4
2026-06-21T08:38:42.5387803Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T08:38:42.6530004Z    Compiling once_cell v1.21.4
2026-06-21T08:38:42.9369156Z    Compiling tracing-core v0.1.36
2026-06-21T08:38:42.9370518Z    Compiling derive_more v2.1.1
2026-06-21T08:38:43.0042335Z    Compiling tower v0.5.3
2026-06-21T08:38:43.0902668Z    Compiling postcard v1.1.3
2026-06-21T08:38:43.0983064Z    Compiling chrono v0.4.45
2026-06-21T08:38:43.1165925Z    Compiling windows-sys v0.59.0
2026-06-21T08:38:43.1553453Z    Compiling hashbrown v0.14.5
2026-06-21T08:38:43.2397287Z    Compiling idna_adapter v1.2.2
2026-06-21T08:38:43.2398890Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T08:38:43.4188428Z    Compiling tracing v0.1.44
2026-06-21T08:38:43.4299480Z    Compiling idna v1.1.0
2026-06-21T08:38:43.6407266Z    Compiling crossbeam-channel v0.5.15
2026-06-21T08:38:43.6528374Z    Compiling blake3 v1.8.5
2026-06-21T08:38:43.6918506Z    Compiling windows-registry v0.6.1
2026-06-21T08:38:43.8077209Z    Compiling url v2.5.8
2026-06-21T08:38:43.8447898Z    Compiling h2 v0.4.14
2026-06-21T08:38:43.8676170Z    Compiling hashlink v0.9.1
2026-06-21T08:38:43.9708570Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T08:38:44.1108380Z    Compiling uuid v1.23.2
2026-06-21T08:38:44.1672446Z    Compiling memoffset v0.6.5
2026-06-21T08:38:44.2900306Z    Compiling rusqlite v0.32.1
2026-06-21T08:38:44.3769980Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T08:38:44.3885488Z    Compiling netwatch v0.16.0
2026-06-21T08:38:44.4251785Z    Compiling noq v0.18.0
2026-06-21T08:38:44.5051344Z    Compiling acto v0.8.2
2026-06-21T08:38:44.6069286Z    Compiling mac-addr v0.3.0
2026-06-21T08:38:44.6219656Z    Compiling lru-slab v0.1.2
2026-06-21T08:38:44.7372187Z    Compiling ref-cast v1.0.25
2026-06-21T08:38:44.7721011Z    Compiling tagptr v0.2.0
2026-06-21T08:38:44.7879965Z    Compiling foldhash v0.2.0
2026-06-21T08:38:44.8353784Z    Compiling identity-hash v0.1.0
2026-06-21T08:38:44.8355491Z    Compiling xml-rs v0.8.28
2026-06-21T08:38:44.8985884Z    Compiling thiserror v1.0.69
2026-06-21T08:38:44.9011602Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T08:38:44.9810059Z    Compiling rustc-hash v2.1.2
2026-06-21T08:38:44.9897691Z    Compiling hashbrown v0.16.1
2026-06-21T08:38:45.0825448Z    Compiling moka v0.12.15
2026-06-21T08:38:45.1094831Z    Compiling netdev v0.42.0
2026-06-21T08:38:45.2530514Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T08:38:45.2603233Z    Compiling attohttpc v0.30.1
2026-06-21T08:38:45.4315562Z    Compiling iroh-base v0.98.0
2026-06-21T08:38:45.4413139Z    Compiling tower-http v0.6.11
2026-06-21T08:38:45.5564487Z    Compiling xmltree v0.10.3
2026-06-21T08:38:45.8153787Z    Compiling iroh-metrics v0.38.3
2026-06-21T08:38:45.9775330Z    Compiling n0-watcher v0.6.1
2026-06-21T08:38:46.0001848Z    Compiling strum v0.28.0
2026-06-21T08:38:46.0939950Z    Compiling tokio-stream v0.1.18
2026-06-21T08:38:46.1822207Z    Compiling iroh-relay v0.98.0
2026-06-21T08:38:46.2174296Z    Compiling num_enum v0.7.6
2026-06-21T08:38:46.2643049Z    Compiling toml_datetime v0.6.11
2026-06-21T08:38:46.2820507Z    Compiling serde_spanned v0.6.9
2026-06-21T08:38:46.3007841Z    Compiling thiserror-impl v1.0.69
2026-06-21T08:38:46.3191507Z    Compiling ref-cast-impl v1.0.25
2026-06-21T08:38:46.4636547Z    Compiling serde_derive_internals v0.29.1
2026-06-21T08:38:46.6065501Z    Compiling simple-dns v0.9.3
2026-06-21T08:38:46.7233105Z    Compiling serial-core v0.4.0
2026-06-21T08:38:46.7234641Z    Compiling aho-corasick v1.1.4
2026-06-21T08:38:46.7734347Z    Compiling sha1_smol v1.0.1
2026-06-21T08:38:47.0046493Z    Compiling toml_write v0.1.2
2026-06-21T08:38:47.0047513Z    Compiling smol_str v0.1.24
2026-06-21T08:38:47.0840513Z    Compiling constant_time_eq v0.4.2
2026-06-21T08:38:47.2219871Z    Compiling arrayref v0.3.9
2026-06-21T08:38:47.2376770Z    Compiling winreg v0.10.1
2026-06-21T08:38:47.2797618Z    Compiling simdutf8 v0.1.5
2026-06-21T08:38:47.2834995Z    Compiling winnow v0.7.15
2026-06-21T08:38:47.3270146Z    Compiling resolv-conf v0.7.6
2026-06-21T08:38:47.3706468Z    Compiling regex-syntax v0.8.10
2026-06-21T08:38:47.3905421Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T08:38:47.4088168Z    Compiling arrayvec v0.7.6
2026-06-21T08:38:47.7548800Z    Compiling hyper v1.10.1
2026-06-21T08:38:47.7935724Z    Compiling iroh-dns v0.98.0
2026-06-21T08:38:47.9190461Z    Compiling schemars_derive v1.2.1
2026-06-21T08:38:48.4118673Z    Compiling serial-windows v0.4.0
2026-06-21T08:38:48.6639004Z    Compiling lru v0.16.4
2026-06-21T08:38:48.8072493Z    Compiling webpki-roots v1.0.7
2026-06-21T08:38:48.8191916Z    Compiling seize v0.5.1
2026-06-21T08:38:48.8787969Z    Compiling darling_core v0.23.0
2026-06-21T08:38:48.9160318Z    Compiling serde_bytes v0.11.19
2026-06-21T08:38:48.9775140Z    Compiling hmac v0.12.1
2026-06-21T08:38:49.0126534Z    Compiling iroh v0.98.2
2026-06-21T08:38:49.1559659Z    Compiling hyper-util v0.1.20
2026-06-21T08:38:49.2103705Z    Compiling toml_edit v0.22.27
2026-06-21T08:38:49.3823728Z    Compiling bitflags v1.3.2
2026-06-21T08:38:49.4793349Z    Compiling regex-automata v0.4.14
2026-06-21T08:38:49.5048139Z    Compiling dyn-clone v1.0.20
2026-06-21T08:38:49.5051439Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T08:38:49.5814470Z    Compiling cmov v0.5.4
2026-06-21T08:38:49.6158105Z    Compiling utf8parse v0.2.2
2026-06-21T08:38:49.6465151Z    Compiling anstyle v1.0.14
2026-06-21T08:38:49.8082791Z    Compiling pin-utils v0.1.0
2026-06-21T08:38:49.8769261Z    Compiling lazy_static v1.5.0
2026-06-21T08:38:49.9603586Z    Compiling shared_library v0.1.9
2026-06-21T08:38:49.9671048Z    Compiling nix v0.25.1
2026-06-21T08:38:50.0241595Z    Compiling schemars v1.2.1
2026-06-21T08:38:50.0335808Z    Compiling anstyle-wincon v3.0.11
2026-06-21T08:38:50.0819603Z    Compiling ctutils v0.4.2
2026-06-21T08:38:50.0940372Z    Compiling anstyle-parse v1.0.0
2026-06-21T08:38:50.3075510Z    Compiling hkdf v0.12.4
2026-06-21T08:38:50.3387834Z    Compiling papaya v0.2.4
2026-06-21T08:38:50.3492585Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T08:38:50.3964290Z    Compiling serial v0.4.0
2026-06-21T08:38:50.4283960Z    Compiling filedescriptor v0.8.3
2026-06-21T08:38:50.4418750Z    Compiling backon v1.6.0
2026-06-21T08:38:50.5511030Z    Compiling anstyle-query v1.1.5
2026-06-21T08:38:50.6037991Z    Compiling igd-next v0.17.1
2026-06-21T08:38:50.7439533Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T08:38:50.7440025Z    Compiling shell-words v1.1.1
2026-06-21T08:38:50.7792776Z    Compiling instability v0.3.12
2026-06-21T08:38:50.8155934Z    Compiling downcast-rs v1.2.1
2026-06-21T08:38:50.8425899Z    Compiling foldhash v0.1.5
2026-06-21T08:38:50.9579440Z    Compiling colorchoice v1.0.5
2026-06-21T08:38:50.9990121Z    Compiling paste v1.0.15
2026-06-21T08:38:51.0613853Z    Compiling anstream v1.0.0
2026-06-21T08:38:51.0648856Z    Compiling hashbrown v0.15.5
2026-06-21T08:38:51.1005875Z    Compiling toml v0.8.23
2026-06-21T08:38:51.2851929Z    Compiling portable-pty v0.8.1
2026-06-21T08:38:51.5813739Z    Compiling spake2 v0.4.0
2026-06-21T08:38:51.6221794Z    Compiling wmi v0.18.4
2026-06-21T08:38:51.7823336Z    Compiling regex v1.12.3
2026-06-21T08:38:51.7857265Z    Compiling strum_macros v0.26.4
2026-06-21T08:38:51.8668215Z    Compiling terminal_size v0.4.4
2026-06-21T08:38:51.9954656Z    Compiling crossterm_winapi v0.9.1
2026-06-21T08:38:52.0072614Z    Compiling itertools v0.13.0
2026-06-21T08:38:52.1625164Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T08:38:52.4950039Z    Compiling sha1 v0.10.6
2026-06-21T08:38:52.5108708Z    Compiling darling_macro v0.23.0
2026-06-21T08:38:52.7781171Z    Compiling castaway v0.2.4
2026-06-21T08:38:52.8086091Z    Compiling clap_lex v1.1.0
2026-06-21T08:38:52.8088531Z    Compiling static_assertions v1.1.0
2026-06-21T08:38:52.9171641Z    Compiling indoc v2.0.7
2026-06-21T08:38:52.9213167Z    Compiling doctest-file v1.1.1
2026-06-21T08:38:53.0296891Z    Compiling darling v0.23.0
2026-06-21T08:38:53.1514145Z    Compiling unicode-width v0.1.14
2026-06-21T08:38:54.2229066Z    Compiling portmapper v0.16.0
2026-06-21T08:38:54.3204796Z    Compiling recvmsg v1.0.0
2026-06-21T08:38:54.4804947Z    Compiling unicode-truncate v1.1.0
2026-06-21T08:38:54.5676129Z    Compiling interprocess v2.4.2
2026-06-21T08:38:54.6352273Z    Compiling clap_builder v4.6.0
2026-06-21T08:38:54.6436509Z    Compiling compact_str v0.8.2
2026-06-21T08:38:54.7011333Z    Compiling crossterm v0.28.1
2026-06-21T08:38:55.0076344Z    Compiling strum v0.26.3
2026-06-21T08:38:55.2155971Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T08:38:55.4153255Z    Compiling lru v0.12.5
2026-06-21T08:38:55.5488824Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T08:38:55.6568901Z    Compiling clap_derive v4.6.1
2026-06-21T08:38:55.8443288Z    Compiling unicode-width v0.2.0
2026-06-21T08:38:55.9347928Z    Compiling cassowary v0.3.0
2026-06-21T08:38:56.0665598Z    Compiling error-code v3.3.2
2026-06-21T08:38:56.1447864Z    Compiling clipboard-win v5.4.1
2026-06-21T08:38:56.1571011Z    Compiling nucleo-matcher v0.3.1
2026-06-21T08:38:56.2575004Z    Compiling qrcode v0.14.1
2026-06-21T08:38:56.3069305Z    Compiling ratatui v0.29.0
2026-06-21T08:38:56.3756559Z    Compiling tempfile v3.27.0
2026-06-21T08:38:57.7224078Z    Compiling clap v4.6.1
2026-06-21T08:39:08.7680186Z    Compiling rustls-webpki v0.103.13
2026-06-21T08:39:11.0356272Z    Compiling tokio-rustls v0.26.4
2026-06-21T08:39:11.0356561Z    Compiling noq-proto v0.17.0
2026-06-21T08:39:11.0356784Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T08:39:11.1840216Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T08:39:11.1840663Z    Compiling hyper-rustls v0.27.9
2026-06-21T08:39:11.1841242Z    Compiling tokio-websockets v0.13.2
2026-06-21T08:39:11.3325154Z    Compiling reqwest v0.13.4
2026-06-21T08:39:12.2762218Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T08:39:28.8204991Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T08:39:30.1487532Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T08:39:38.8763295Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T08:39:45.8248675Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-21T08:39:45.8469562Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T08:39:45.8957931Z 
2026-06-21T08:39:45.8958169Z running 1 test
2026-06-21T08:39:54.2546416Z test new_brain_serves_against_old_broker ... ok
2026-06-21T08:39:54.2546725Z 
2026-06-21T08:39:54.2547002Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.36s
2026-06-21T08:39:54.2547373Z 
2026-06-21T08:39:54.3135396Z Post job cleanup.
2026-06-21T08:39:54.4220768Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T08:39:54.4436918Z git version 2.43.0.windows.1
2026-06-21T08:39:54.4474084Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8f7db65b-6cfe-4182-9362-b71afee3e332\.gitconfig'
2026-06-21T08:39:54.4487493Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8f7db65b-6cfe-4182-9362-b71afee3e332' before making global git config changes
2026-06-21T08:39:54.4487982Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:39:54.4492993Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T08:39:54.4723263Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:39:54.4934127Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T08:39:54.8484784Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:39:54.8691235Z http.https://github.com/.extraheader
2026-06-21T08:39:54.8720145Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-21T08:39:54.8962287Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T08:39:55.2866999Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:39:55.3089012Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T08:39:55.6862283Z Cleaning up orphan processes
2026-06-21T08:39:55.7225183Z Terminate orphan process: pid (94884) (vctip)
